net/http.conn.server (field)
23 uses
net/http (current package)
server.go#L257: server *Server
server.go#L633: server: srv,
server.go#L1029: if d := c.server.readHeaderTimeout(); d > 0 {
server.go#L1032: if d := c.server.ReadTimeout; d > 0 {
server.go#L1036: if d := c.server.WriteTimeout; d > 0 {
server.go#L1042: c.r.setReadLimit(c.server.initialReadLimitSize())
server.go#L1196: w.conn.server.logf("http: response.WriteHeader on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1201: w.conn.server.logf("http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1239: w.conn.server.logf("http: invalid Content-Length of %q", cl)
server.go#L1309: keepAlivesEnabled := w.conn.server.doKeepAlives()
server.go#L1515: w.conn.server.logf("http: WriteHeader called with both Transfer-Encoding of %q and a Content-Length of %d",
server.go#L1677: w.conn.server.logf("http: response.Write on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1874: srv := c.server
server.go#L1948: c.server.logf("http: panic serving %v: %v\n%s", c.remoteAddr, err, buf)
server.go#L1965: tlsTO := c.server.tlsHandshakeTimeout()
server.go#L1983: c.server.logf("http: TLS handshake error from %s: %v", c.rwc.RemoteAddr(), reason)
server.go#L1994: if fn := c.server.TLSNextProto[proto]; fn != nil {
server.go#L1995: h := initALPNRequest{ctx, tlsConn, serverHandler{c.server}}
server.go#L2000: fn(c.server, tlsConn, h)
server.go#L2018: if c.r.remain != c.server.initialReadLimitSize() {
server.go#L2092: serverHandler{c.server}.ServeHTTP(w, w.req)
server.go#L2109: if !w.conn.server.doKeepAlives() {
server.go#L2117: if d := c.server.idleTimeout(); d > 0 {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |